home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / srefv112.zip / INITFILT.A80 < prev    next >
Text File  |  1996-05-29  |  3KB  |  146 lines

  1. ; User configurable parameters for the SRE-FILTER for GOSERVE. (5/96)
  2. ;
  3. ;This file contains the "user configurable" parameters for the SREFILTR program.
  4. ;
  5. ;It  is treated as a  "included" REXX code, and should
  6. ;contain REXX-legal syntax.  Note that it is NOT called as a procedure, it
  7. ;is "interpreted".
  8. ;
  9. ;   A detailed description of the parameters, what they do and how to change them,
  10. ;   is contained in the INITFILT.DOC file.
  11. ;
  12. ;
  13. ;NOTES:
  14. ;   When FILTINST.HTM reviews this file, it will retain the first, and only the first,
  15. ;   REXX comment block.
  16. ;          So, just put 1 comment in this file (at the top).
  17. ;  (these leading semi colons are used when initfilt.80 is loaded into macrospace,
  18. ;    they help shorten the length of the cache)
  19. ;
  20. ;  Note: do NOT put ' internally -- it WILL mess up FILTINST.HTM (sorry).
  21. ;
  22. ;
  23. ;  In almost all cases the parameters are strings, so
  24. ;  you should remember to put quotes (') aound the stuff on the rhs of
  25. ;  the = sign.  Note that although REXX understands the " or ' character as
  26. ;  string delimiters, for various reasons we highly recommend using  the '
  27. ;  character (and using the " for HTML elements).
  28. ;
  29. ;
  30. ;  Exception to the above:
  31. ;        sometimes a 0 (non-quoted), is acceptable, usually with stem variables:
  32. ;           i.e. -- unallowedips.1=0 means "there are no unallowedips "
  33. ;        Also, maxpointdist, upload_maxsize and upload_minfree
  34. ;        expect an integer (either inside or not inside quotes)
  35. ;
  36.  
  37.  
  38. default='index.htm'
  39.  
  40. checklog='NO'
  41. DNS_CHECK='NO'
  42.  
  43. inhouse_name='OUR'
  44.  
  45. inhouse_privs=' INHOUSE '
  46. public_privs=' PUBLIC  '
  47.  
  48. home_name='Our site'
  49.  
  50. not_found_url='<a href="/"> Visit the '||home_name||' home page? </a> '
  51.  
  52. no_include='NO'
  53. no_processing='NO'
  54.  
  55. fix_expire=0
  56.  
  57.  delim_1.1='<!--'
  58.  delim_2.1='-->'
  59.  
  60.  delim_1.2='{'
  61.  delim_2.2='}'
  62.  
  63. RETAIN_BAD_KEYPHRASES='YES'
  64.  
  65. CHECK_alias='YES'
  66.  
  67. record_option='NO'
  68.  
  69. auto_header='HEAD'
  70.  
  71.  
  72. AUTO_NAME=' *.HTM INDEX.HTM  !CREATE '
  73.  
  74. owners   = ' owneraddress  '
  75.  
  76. ; The public_files entries give public access, using GETAFILE, to the
  77. ; pubfiles subdirectory (and PUBLIC should be an alias for  getafile?dir=pubfiles)
  78. public_files.1='pubfiles/*'
  79. public_files.2='getafile?dir=pubfiles* '
  80. public_files.3='public '
  81.  
  82. inhouseips.1=0
  83.  
  84. unallowedips.1=0
  85.  
  86. NO_getafile_control='YES'
  87.  
  88. allow_access='YES'
  89. SSI_ALLOW='YES'
  90. SSP_ALLOW='YES'
  91.  
  92. headers.1=0
  93. footers.1=0
  94.  
  95. inhouse.1=' (Staff Version) '
  96. inhouse.2=' (more Staff Version) '
  97.  
  98. superuser.1='(Super User)'
  99.  
  100. mess_hit_line=':: still access # '
  101.  
  102. webmaster='The Webmaster '
  103.  
  104. upload_maxsize=1000
  105. upload_minfree=20000
  106.  
  107.  
  108. pre_filter='NO'
  109. prefilter_name="PREFILTR"
  110.  
  111. post_filter='NO'
  112. postfilter_name="POSTFILT"
  113.  
  114. noext_type='DIR'
  115.  
  116. accept_range='YES'
  117.  
  118. smtp_gateway=0
  119.  
  120. ismap_url='mapimage/'
  121. max_pointdist=50
  122. macrospace_input='YES'
  123.  
  124. home_dir='HOMEDIR/'
  125.  
  126. servdir='workingdir'
  127. cgi_bin_dir='cgibindirectory'
  128. messbox_dir='workingdatadir'
  129. tempfile_dir='temporarydir'
  130. upload_dir='uploaddir'
  131.  
  132. counter_file='workingdatadir\COUNTER.CNT'
  133. record_all_file='workingdatadir\recrdall.cnt'
  134. sendfile_file='workingdatadir\SENDFILE.CTL'
  135. access_file='workingdatadir\ALL_FILE.CTL'
  136. upload_log='workingdatadir\UPLOAD.LOG'
  137.  
  138. alias_file='workingdir\ALIASES.IN'
  139. repstrgs_file='workingdir\REPSTRGS.IN'
  140. user_file='workingdir\USERS.IN'
  141. interpret_file='workingdir\INTERPET.IN'
  142. VIRTUAL_FILE= 'workingdir\virtual.in'
  143.  
  144.  
  145.  
  146.